home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-15 | 369 b | 21 lines | [TEXT/DWat] |
- hide
- % ADDHEADER
- %
- % Add a header to the top left corner of the page
- % giving the date, recorder file name and the data file
- %
- % ARGUMENTS: None
-
- set savescale scale
- set saverotation rotation
- cliptoframe no
- scale .75
- rotation 0
-
- pagemoveto pleft .5 + ptop .5 -
- drawlabel centerright \# \r \f Your Name Here
-
- scale savescale
- rotation saverotation
- cliptoframe true
-